home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / svgabg.exe / NOTES16.SVG < prev    next >
Text File  |  1992-06-17  |  693b  |  30 lines

  1. SuperVGA 16 BGI driver
  2. Version 1.5
  3. June 12, 1992
  4.  
  5. This is the latest version of my 16 color BGI driver.  All functions have
  6. been implemented (including paging and floodfill), and should work like
  7. the EGAVGA driver.
  8.  
  9.     o Fixed putimage bug. Now logical operations work the way they
  10.       are supposed to. ;->
  11.  
  12.     o Added new logical operations to putimage:
  13.       XNOR_PUT
  14.       NAND_PUT
  15.       NOR_PUT
  16.  
  17.     o Fixed VESA support
  18.  
  19.     o Support for the S3 card (non-native mode) has been added (1.5)
  20.  
  21.     o Enhanced paging support (1.5)
  22.  
  23.       Mode        Paging?        # of pages (with 1024k)
  24.       320x200    yes        32
  25.       640x200    yes        16
  26.       640x350    yes        9
  27.       640x480    yes        6
  28.       800x600    yes        4
  29.       1024x768    yes        2
  30.